.home {
	width: 100%;
	min-width: 1200px;
}


/* 内容 */
.content {
	min-height: 404px;
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;

}

.content .title {
	font-size: 24px;
	color: #e79215;
	margin-bottom: 30px;
	text-indent: 2em;
}

.content p {
	text-indent: 2em;
	font-size: 21px;
	line-height: 50px;
}

.content .small-title {
	margin: 10px 0;
	font-weight: bold;
}

.content .annui {
	margin-top: 40px;
	text-indent: 4em;
}
.content .annui input{
	width:20px;
	height:20px;
}
.annui span {
	margin-left: 10px;
}

.btn {
	display: flex;
	justify-content: center;
}

.button_sm_grey {
	width: 162px;
	height: 37px;
	line-height: 37px;
	background-image: url(../images/but_sm_grey.png);
	background-repeat: no-repeat;
	background-position: left;
	border: 0px;
	cursor: pointer;
}

.button_wjjb_grey {
	width: 150px;
	height: 37px;
	line-height: 37px;
	background-image: url(../images/but_wjjb.png);
	background-repeat: no-repeat;
	background-position: left;
	border: 0px;
	cursor: pointer;
}
.button_nm_grey {
	width: 162px;
	height: 37px;
	line-height: 37px;
	background-image: url(../images/but_nm_grey.png);
	background-repeat: no-repeat;
	background-position: left;
	border: 0px;
	cursor: pointer;
}

.button_wg_grey {
	width: 130px;
	height: 37px;
	line-height: 37px;
	background-image: url(/grinm/lib/template/images/weiguibtn1.png);
	background-repeat: no-repeat;
	background-position: left;
	border: 0px;
	cursor: pointer;
}

.button_sm {
	width: 162px;
	height: 37px;
	line-height: 37px;
	background-image: url(../images/but_sm.png);
	background-repeat: no-repeat;
	background-position: left;
	border: 0px;
	cursor: pointer;
}

.button_nm {
	width: 162px;
	height: 37px;
	line-height: 37px;
	background-image: url(../images/but_nm.png);
	background-repeat: no-repeat;
	background-position: left;
	border: 0px;
	cursor: pointer;
}

.button_wg {
	width: 162px;
	height: 37px;
	line-height: 37px;
	background-image: url(/grinm/lib/template/images/weiguibtn2.png);
	background-repeat: no-repeat;
	background-position: left;
	border: 0px;
	cursor: pointer;
}

@media screen and (max-width:750px) {
	.yy-header {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}

	.button_wg_grey,.button_wg{
		width: 150px !important;
	}
	.button_wjjb_grey,.button_wjjb{
		width: 130px !important;
	}
	/* 头部 */
	.yy-header .yyh-logo img {
		width: 80%;
		height: auto;
		margin-left: 15px;
	}

	.yy-navbox {
		width: 100%;
		position: fixed;
		left: 0;

	}

	.yy-nav-ul li {
		width: 25%;
	}

	.home {
		min-width: 0px;
	}

	.yy-nav-li a {
		font-size: 16px;
		color: #fff;
	}

	.content {
		min-height: 404px;
		width: 85%;
		margin: 0 auto;
		padding-top: 25px;
		margin-top: 110px !important;
	}

	.content-text {
		height: 600px;
		overflow-y: scroll;
		padding: 0 20px;
		margin-bottom: 100px;
	}

	.content .title {
		font-size: 24px;
		color: #e79215;
		margin-bottom: 10px;
		text-indent: 0em;
		text-align: center;
	}

	.content p {
		text-indent: 2em;
		font-size: 20px;
		line-height: 36px;
		text-align: justify;
	}

	.content .small-title {
		text-indent: 0em;
		font-size: 19px;
		font-weight: bold;
	}

	.content .annui {
		margin-top: 40px;
		text-indent: 0em;
		text-align: center;
	}

	.yyf-bot {
		display: none;
	}

	.content .btn {
		position: fixed;
		bottom: 0;
		width: 100%;
	}

}

@media screen and (max-width: 668px) {

	/* 头部 */
	.yy-header {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
	}

	.yy-header .yyh-logo img {
		width: 75%;
		height: auto;
		margin-left: 15px;
	}

	.yy-navbox {
		position: fixed;
		left: 0;
		top: 74px;
	}

	.yy-nav-ul li {
		width: 25%;
	}

	.yy-nav-li a {
		font-size: 14px;
		color: #fff;
	}

	.content {
		min-height: 0px;
		width: 85%;
		margin: 0 auto;
		padding-top: 25px;
	}

	.content-text {
		overflow-y:
			auto;
		padding: 0px 20px;
	}

	.content .title {
		font-size: 24px;
		color: #e79215;
		margin-bottom: 10px;
		text-indent: 0em;
		text-align: center;
	}

	.content p {
		text-indent: 2em;
		font-size: 17px;
		line-height: 36px;
		text-align: justify;
	}

	.content .small-title {
		text-indent: 0em;
		font-size: 17px;
		font-weight: bold;
	}

	.yyf-bot {
		display: none;
	}

	.content .annui {
		margin-top: 0px;
		text-indent: 0em;
		text-align: center;
	}

	.content .btn {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}

}
